home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
slperl.zoo
/
atarist
/
usersub.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-05
|
174 b
|
12 lines
#include "EXTERN.h"
#include "perl.h"
#include <stdio.h>
int userinit()
{
#ifndef __MINT__
install_null(); /* install device /dev/null or NUL: */
#endif
return 0;
}